home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4543 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  916 b 

  1. Path: nebula.broadvision.com!usenet
  2. From: phorgan@broadvision.com (Patrick Horgan)
  3. Newsgroups: comp.unix.solaris,comp.unix.programmer,comp.lang.c
  4. Subject: Re: inline code
  5. Date: 5 Feb 1996 16:04:17 GMT
  6. Organization: The unconfigured xvnews people
  7. Distribution: inet
  8. Message-ID: <4f59q1$r9o@ns.broadvision.com>
  9. References: <lbecker-3101961334210001@206.161.148.20>
  10. Reply-To: phorgan@broadvision.com
  11. NNTP-Posting-Host: star.broadvision.com
  12.  
  13. You're building something written for C++ with the C compiler.  Either fix the
  14. header (mathVectorRoutines.h) to #ifdef __cplusplus the non C stuff, use the
  15. CC compiler instead of cc, or use a different, non-C++ interface.
  16.  
  17. -- 
  18. Patrick J. Horgan         Broadvision Inc.
  19. phorgan@broadvision.com   333 Distel Circle          Have horse
  20. Phone : (415)943-3677     Los Altos, CA 94022-1404   will ride.
  21. FAX   : (415)934-3701  Opinions mine, not my employers except by coincidence.
  22.  
  23.  
  24.